home *** CD-ROM | disk | FTP | other *** search
- ; -- NETWLBSM.INX --
- ;
- ; Windows Load Balancing Filter Device
- ;
- ; Copyright (c) 1998-1999, Microsoft Corporation
-
- [Version]
- signature = "$Windows NT$"
- Class = Net
- ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
- Provider = %Msft%
- LayoutFile = layout.inf
- DriverVer=03/03/2003,5.00.2195.6675
-
- [ControlFlags]
- ExcludeFromSelect = ms_wlbsmp
-
- [Manufacturer]
- %Msft% = MSFT
-
- [MSFT]
- %WLBSMP_Desc% = WLBSMP.ndi, ms_wlbsmp
-
- [WLBSMP.ndi]
- Characteristics = 0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN
-
- [WLBSMP.ndi.Services]
- AddService = WLBS, 2, WLBSMP.AddService, WLBSMP.AddEventLog
-
- [WLBSMP.AddService]
- DisplayName = %WLBS_Desc%
- ServiceType = 1 ;SERVICE_KERNEL_DRIVER
- StartType = 3 ;SERVICE_DEMAND_START
- ErrorControl = 1 ;SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\wlbs.sys
- LoadOrderGroup = PNP_TDI
- Description = %WLBS_Desc%
-
- [WLBSMP.AddEventLog]
- AddReg = WLBSMP.AddEventLog.AddReg
-
- [WLBSMP.AddEventLog.AddReg]
- HKR, , EventMessageFile, 0x20000, "%%SystemRoot%%\System32\drivers\wlbs.sys;%%SystemRoot%%\System32\netevent.dll"
- HKR, , TypesSupported, 0x10001, 7
-
-
- [Strings]
- Msft = "Microsoft"
-
- WLBS_Desc = "Network Load Balancing"
- WLBSMP_Desc = "Network Load Balancing Filter Device"
-
-